﻿2026-06-02T10:47:25.0045210Z ##[group]Run actions/checkout@v4
2026-06-02T10:47:25.0047179Z with:
2026-06-02T10:47:25.0048329Z   repository: SaberMage/spt-core
2026-06-02T10:47:25.0056797Z   token: ***
2026-06-02T10:47:25.0057829Z   ssh-strict: true
2026-06-02T10:47:25.0058746Z   ssh-user: git
2026-06-02T10:47:25.0059644Z   persist-credentials: true
2026-06-02T10:47:25.0060756Z   clean: true
2026-06-02T10:47:25.0061682Z   sparse-checkout-cone-mode: true
2026-06-02T10:47:25.0062800Z   fetch-depth: 1
2026-06-02T10:47:25.0063671Z   fetch-tags: false
2026-06-02T10:47:25.0064561Z   show-progress: true
2026-06-02T10:47:25.0065568Z   lfs: false
2026-06-02T10:47:25.0066459Z   submodules: false
2026-06-02T10:47:25.0067396Z   set-safe-directory: true
2026-06-02T10:47:25.0068827Z ##[endgroup]
2026-06-02T10:47:31.6496312Z Syncing repository: SaberMage/spt-core
2026-06-02T10:47:31.6498621Z ##[group]Getting Git version info
2026-06-02T10:47:31.6499369Z Working directory is 'D:\a\spt-core\spt-core'
2026-06-02T10:47:31.6500347Z [command]"C:\Program Files\Git\bin\git.exe" version
2026-06-02T10:47:31.6501025Z git version 2.54.0.windows.1
2026-06-02T10:47:31.6502683Z ##[endgroup]
2026-06-02T10:47:31.6508684Z Temporarily overriding HOME='D:\a\_temp\c0f60ae9-58d3-4ada-957c-a74f5f63fb52' before making global git config changes
2026-06-02T10:47:31.6509963Z Adding repository directory to the temporary git global config as a safe directory
2026-06-02T10:47:31.6511037Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\spt-core\spt-core
2026-06-02T10:47:31.6512640Z Deleting the contents of 'D:\a\spt-core\spt-core'
2026-06-02T10:47:31.6513575Z ##[group]Initializing the repository
2026-06-02T10:47:31.6514255Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\spt-core\spt-core
2026-06-02T10:47:31.6515107Z Initialized empty Git repository in D:/a/spt-core/spt-core/.git/
2026-06-02T10:47:31.6520436Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/SaberMage/spt-core
2026-06-02T10:47:31.6522066Z ##[endgroup]
2026-06-02T10:47:31.6522880Z ##[group]Disabling automatic garbage collection
2026-06-02T10:47:31.6523592Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2026-06-02T10:47:31.6524999Z ##[endgroup]
2026-06-02T10:47:31.6525597Z ##[group]Setting up auth
2026-06-02T10:47:31.6526340Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-02T10:47:31.6528744Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-02T10:47:31.6531043Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-02T10:47:31.6533600Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-02T10:47:31.6536144Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-02T10:47:31.6538097Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-02T10:47:31.6540101Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-02T10:47:31.6541691Z ##[endgroup]
2026-06-02T10:47:31.6542341Z ##[group]Fetching the repository
2026-06-02T10:47:31.6543729Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5c26a4b6c2fe21c80380e9ae22cca317913cd73d:refs/remotes/origin/dev-freeform
2026-06-02T10:47:31.8446336Z From https://github.com/SaberMage/spt-core
2026-06-02T10:47:31.8472014Z  * [new ref]         5c26a4b6c2fe21c80380e9ae22cca317913cd73d -> origin/dev-freeform
2026-06-02T10:47:31.9287228Z ##[endgroup]
2026-06-02T10:47:31.9297484Z ##[group]Determining the checkout info
2026-06-02T10:47:31.9491062Z ##[endgroup]
2026-06-02T10:47:31.9494095Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
2026-06-02T10:47:31.9792714Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-02T10:47:32.0257176Z ##[group]Checking out the ref
2026-06-02T10:47:32.0275679Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-02T10:47:32.1617068Z Switched to a new branch 'dev-freeform'
2026-06-02T10:47:32.1641623Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-02T10:47:32.3597935Z ##[endgroup]
2026-06-02T10:47:32.3743450Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
2026-06-02T10:47:32.3767859Z 5c26a4b6c2fe21c80380e9ae22cca317913cd73d
